Introduction to sequence

Definition of a Sequence

Example:

If an=1n, the sequence is:

a1=1,a2=12,a3=13,

This gives the sequence:

(1,12,13,14,)

Notation and Examples of Sequences

Notation:

A sequence is typically written in one of the following forms:

The general term of the sequence is given by a formula an, which determines the value of each term based on n.

Examples:

1. Constant Sequence:

A sequence where every term is the same, such as an=c for all nN.

2. Arithmetic Sequence:

A sequence where each term is the previous term plus a constant difference d.

3. Geometric Sequence:

A sequence where each term is the previous term multiplied by a constant ratio r.

4. Harmonic Sequence:

A sequence where each term is the reciprocal of an arithmetic sequence.


Convergence and Divergence of Sequences

Convergence:

A sequence {an} converges to a real number L if, as n becomes very large, the terms of the sequence get arbitrarily close to L. More formally, {an} converges to L if for every ϵ>0, there exists a natural number N such that for all n>N, we have:

|anL|<ϵ

In this case, we write:

limnan=LoranL as n

Divergence:

If a sequence does not converge to a finite limit, we say that it diverges. A sequence can diverge in various ways:

Example of Convergence:

The sequence an=1n converges to 0:

limn1n=0

Example of Divergence:

The sequence an=n diverges to infinity:

limnn=

Limits of Sequences

The limit of a sequence describes the value (if any) that the terms of the sequence approach as n increases without bound.

Formal Definition:

The sequence {an} has a limit L if for every ϵ>0, there exists an integer N such that for all n>N:

|anL|<ϵ

This definition formalizes the idea that beyond some index N, the terms of the sequence are all within a small distance ϵ of L.

Limit Laws for Sequences:

If limnan=L and limnbn=M, then:

  1. Sum Rule: limn(an+bn)=L+M
  2. Difference Rule: limn(anbn)=LM
  3. Product Rule: limn(anbn)=LM
  4. Quotient Rule: limnanbn=LM, provided M0

Bounded and Monotonic Sequences

Bounded Sequences:

A sequence {an} is called bounded if there exists a real number M such that for all n, |an|M. In other words, the terms of the sequence stay within a fixed range.

Example of a Bounded Sequence:

The sequence an=1n is bounded since 0an1 for all n.

Monotonic Sequences:

A sequence {an} is monotonic if its terms are always increasing or always decreasing.

Example of a Monotonically Increasing Sequence:

The sequence an=n is monotonically increasing since anan+1 for all n.

Example of a Monotonically Decreasing Sequence:

The sequence an=1n is monotonically decreasing since anan+1 for all n.

The Monotone Convergence Theorem:

If a sequence is both monotonic and bounded, then it converges.

Example:

The sequence an=1n is both monotonically decreasing and bounded below by 0, so by the monotone convergence theorem, it converges to 0:

limn1n=0